Skip to content
This repository was archived by the owner on Oct 7, 2019. It is now read-only.

Implemented a simple stack algorithm in golang #99

Conversation

AustinMCrane
Copy link

The Pull Request resolves Issue #68

Description:
Created a simple program the uses a integer stack with the following
methods:

Push - adds an item to the stack
Pop - removes top item off the stack
Size - gets the size of the stack

Created a simple program the uses a integer stack with the following
methods:

Push - adds an item to the stack
Pop - removes top item off the stack
Size - gets the size of the stack
@senapati-deepak
Copy link
Collaborator

Please strictly follow the directory structure.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants